|
2020-2021 Sunseeker Telemetry and Lighting System
|
Go to the source code of this file.
Functions | |
| void | main (void) |
| void | CTSD16_ISR (void) |
Variables | |
| uint32_t | results [4] |
| void CTSD16_ISR | ( | void | ) |
Definition at line 142 of file ctsd16_ex4_internalTempSensor.c.
References __bic_SR_register_on_exit(), and results.
| void main | ( | void | ) |
Definition at line 95 of file ctsd16_ex4_internalTempSensor.c.
References __delay_cycles(), __no_operation(), and results.
| uint32_t results[4] |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 89 of file ctsd16_ex4_internalTempSensor.c.
Referenced by CTSD16_ISR(), and main().